dhtmlXGrid Supported excell types

grid

Use dhtmlxgrid as editor for cells

stree

Use dhtmlxtree as editor for cells

context

Use popup menu as editor for grid

sub_row

Show cell as expandable subrow of grid row

sub_row_ajax

Show cell as expandable subrow of grid row with dynamically loaded content. Data in cell considered to be an URL for ajax request

sub_row_grid

Format cell value as dhtmlxgrid nested to grid row

rotxt

Simple readonly cell without edit possibility, threat values as pure text, so no HTML allowed and all special chars can be set without escaping

ro

Simple readonly cell without edit possibility

ron

Readonly eXcell with formatting capabilities (see "edn" for details)

ed

Simple single line editor

edn

Simple single line editor, allows specific formatting through grid.setNumberFormat(...

edtxt

Simple single line editor, threat values as pure text, so no HTML allowed and all special chars can be set without escaping

txt

Simple multi-line editor ( small textarea )

txttxt

Simple multi-line editor ( small textarea ) threats values as pure text, so no HTML allowed and all special chars can be set without escaping

ch

Checkbox eXcell. Treats 1 as checked, 0 as not checked

ra

Radiobutton (column oriented)

ra_str

RadioButton (row oriented)

co

Simple combobox

coro

Simple selectbox

combo

Complex selectbox/combobox based on dhtmlxCombo ( required ) , can work in autocomplete mode

clist

Multiselect control, which mimic multiselect combobox behaviour, but has alternative visual implementation

link

Threat value as link source, renders as link (A tag)

img

Threat value as image source, renders as image (IMG tag)

price

different coloring based on value ( price oriented )

dyn

different coloring and marking based on value ( sales dynamic oriented )

cp

Popup colorpicker

calck

Popup calculator control, allows specific formatting through grid.setNumberFormat(...

calendar

Popup calendar control